google.golang.org/grpc.serverStream.trInfo (field)
19 uses
google.golang.org/grpc (current package)
server.go#L1508: trInfo: trInfo,
server.go#L1518: ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
server.go#L1519: ss.trInfo.tr.SetError()
server.go#L1521: ss.trInfo.tr.Finish()
server.go#L1522: ss.trInfo.tr = nil
server.go#L1639: ss.trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
server.go#L1640: ss.trInfo.tr.SetError()
server.go#L1658: ss.trInfo.tr.LazyLog(stringer("OK"), false)
stream.go#L1516: trInfo *traceInfo
stream.go#L1579: if ss.trInfo != nil {
stream.go#L1581: if ss.trInfo.tr != nil {
stream.go#L1583: ss.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
stream.go#L1585: ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
stream.go#L1586: ss.trInfo.tr.SetError()
stream.go#L1647: if ss.trInfo != nil {
stream.go#L1649: if ss.trInfo.tr != nil {
stream.go#L1651: ss.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
stream.go#L1653: ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []interface{}{err}}, true)
stream.go#L1654: ss.trInfo.tr.SetError()